Smooth Data
The Smooth Data command is used in cases where the acquired data is less than ideal. There are some cases where exterior noise enters the cell and causes the data to have some minor oscillations. The Smooth Data command offers two different types of smoothing algorithms.
- The first is a sliding window, which takes a number of data points in a window. This window averages the data points, and then slides one spot, and again takes an average. This sliding effect is repeated until all the data have been traversed. This technique is simple, but has a downside of causing the heights of peaks to be changed.
- The second type is a Savitzky-Golay smoothing filter, which is a low-pass filter that helps to preserve higher moments by approximating the underlying function with a polynomial. This method takes an order, which is the order of the polynomial, as well as a width, which is the number of points to be fit by the polynomial. The defaults of 4 for the order and 16 for the width are suitable for the majority of applications, but you can easily change them.
Method
- Make the trace you wish to smooth the Active trace. Do this by right-clicking on the trace and clicking Activate Trace.
- Select the Smooth Data command from the document menu. This opens the Smooth Data window.
- Select the Smoothing Filter Type, specify the conditions for that filter, then click the OK button. The data are smoothed.
One side-effect of smoothing the data is that it in essence replaces the original data in the document. To retrieve the original data, you must reload it from the original .DTA file.